Perform a Trace Route

A trace route attempts to report on the current status of an internet connection at all locations between your computer and the destination.
  1. Enter your DOS prompt. Click Start | Programs | Accessories | MS-DOS Prompt
  2. Goto your base directory C:\
  3. Use the tracert DOS command.
    For example, if you are testing the internet connection to Nexon game service:
    C:\>tracert 206.112.96.1 >> Trace.txt
    If you are testing the internet connection to a different computer, you must specify its address instead of Nexon's game service address.

    This command will create a text file named Trace.txt that you can e-mail to the lagging node. To find this file:

    1. Goto your Desktop.
    2. Double-click on My Computer.
    3. Double-click on Drive C:\.
    4. Search in this folder for Trace.txt.
  4. Open Trace.txt to view results.

Reading a Trace Route

For example, the trace route displays:
    # Latency   IP address
    1 133 133   293.131.222.1
    2 140 007   297.121.444.1
    3 824 801   299.999.999.9
    4 165 -665  204.146.98.4
    5 180       206.112.96.1 
  1. The first number is the internet hop or node number (1, 2, 3, 4, ...).
  2. The next numbers is the latency or lag (133, 133, 140, 007, ...), measured in milliseconds that it took to receive a reply (1000 ms = 1 second).
  3. The last number is the Internet address (293.131.222.1 ...) of that internet node.
  4. In this example, there is a source of lag of 824 ms. It is is underlined here:
        # Latency   IP address
        1 133 133   293.131.222.1
        2 140 007   297.121.444.1
        3 824 801   299.999.999.9         Lag source
        4 165 -665  204.146.98.4
        5 180       206.112.96.1